CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - crc16 c code

搜索资源列表

  1. CRC1632

    1下载:
  2. 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. U
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8869
    • 提供者:王平
  1. CRC16_C

    0下载:
  2. 在C语言中开发的crc16查表算法的源代码,看看有没有参考价值!-in C language development crc16 Lookups for the source code, to see if there is any reference value!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:a
  1. CRC16.rar

    0下载:
  2. 纯c代码编写,可以单独的进行CRC16校验,结果可以16进制显示。,The preparation of pure c code can be carried out separate CRC16 checksum, 16-band results can be displayed.
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:96759
    • 提供者:chen
  1. CRC16Modbbus

    1下载:
  2. CRC-16 Modbus 标准协议原理及C代码实现实例-CRC-16 Modbus standard protocol principles and examples of C code to achieve
  3. 所属分类:Algorithm

    • 发布日期:2015-10-11
    • 文件大小:3346
    • 提供者:刘彦旭
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:535150
    • 提供者:冰色火焰
  1. CRC

    0下载:
  2. c语言和delphi的crc16的求解代码-c language and delphi code to solve the CRC16
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:843
    • 提供者:lizhen
  1. 1

    0下载:
  2. C51实现16位CRC检验码,简短只有不到2K的大小,高效适合扩展。-C51 test to achieve 16-bit CRC code, the short size of less than 2K, and efficient for the expansion.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:195352
    • 提供者:小超
  1. crc16

    0下载:
  2. 用C编写的Modbus通信协议,希望给予其他的人帮助。-Written by using C language source code for modbus communication protocol. Want to give others help.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1116
    • 提供者:young
  1. crc_source_CSharp

    1下载:
  2. C# CRC16 CRC32 算法 CRC16 和 CRC32 的源代码-C# CRC16 CRC32 CRC16 and CRC32 algorithm source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3620
    • 提供者:老龙
  1. CRC

    0下载:
  2. 单片机 C 语言 CRC16 源代码,用查表算法-MCU C language CRC16 Source Code
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1304
    • 提供者:ic0005
  1. xmodemCRC16.c

    0下载:
  2. 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by st
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:702
    • 提供者:海天
  1. CRC16

    0下载:
  2. CRC16校验算法,包含Visual C源码-CRC16 checksum algorithm, including Visual C source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:275490
    • 提供者:杨啸天
  1. CRC16

    0下载:
  2. 这是CRC校验的源代码,工程是C++格式的,有详细注释说明,给有需要的工程师。-This is the CRC checksum of the source code, project is C++ format, with detailed explanatory notes to the needy engineer.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:167069
    • 提供者:
  1. CRC16

    0下载:
  2. crc16算法、c代码、keil开发环境-crc16 algorithm, c code
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:63683
    • 提供者:乔峰
  1. C-source-code-of-embedded-verify

    0下载:
  2. 嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。- Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, pa
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3421284
    • 提供者:ArthurBruin
  1. crc-16

    0下载:
  2. Program to calcule crc16 ciclic code redundance for desfire ev1. write in C.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:614
    • 提供者:olean22
  1. CRC16-CCITT

    0下载:
  2. 代码用C实现了CRC16 CCITT x1021算法。并带有位交换和种子初始化。-This code is used to program algorithm of CRC16 CCITT x1021 with C. Inside there are bit-reverse and seed-initialization provided.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1454
    • 提供者:Milly
  1. CRC16串口程序效验代码

    0下载:
  2. C编写的CRC串口校验代码,可以直接使用,经过测试输出。(C prepared by the CRC serial checksum code, you can directly use, after testing output.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:msnm1206
  1. CRC16校验工具

    0下载:
  2. crc16 modbus CRC16校验工具C#源代码,开发环境C#,源代码开源免费(CRC16 check tool c # source code, development environment c #, source open source free)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-19
    • 文件大小:516096
    • 提供者:VictorTian
  1. crc

    0下载:
  2. CRC16代码,有具体的计算公式,及计算表(CRC16 code, there are specific formulas and calculations)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:dengmc
« 12 »
搜珍网 www.dssz.com